[INFO] cloning repository https://github.com/HuaGu-Dragon/rust-ce
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HuaGu-Dragon/rust-ce" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHuaGu-Dragon%2Frust-ce", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHuaGu-Dragon%2Frust-ce'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3f9186cc26ef2538255f50eafbbf791c02e8687
[INFO] fixing HuaGu-Dragon/rust-ce against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHuaGu-Dragon%2Frust-ce" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HuaGu-Dragon/rust-ce
[INFO] finished tweaking git repo https://github.com/HuaGu-Dragon/rust-ce
[INFO] tweaked toml for git repo https://github.com/HuaGu-Dragon/rust-ce written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HuaGu-Dragon/rust-ce on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HuaGu-Dragon/rust-ce already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded iced-x86 v1.21.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba
[INFO] running `Command { std: "docker" "start" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking iced-x86 v1.21.0
[INFO] [stderr]     Checking rust-ce v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/debug.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     handle: winapi::um::winnt::HANDLE,
[INFO] [stdout]   |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/debug.rs:4:21
[INFO] [stdout]   |
[INFO] [stdout] 4 |     handle: winapi::um::winnt::HANDLE,
[INFO] [stdout]   |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/debug.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(handle: winapi::um::winnt::HANDLE) -> Self {
[INFO] [stdout]   |                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]  --> src/debug.rs:8:32
[INFO] [stdout]   |
[INFO] [stdout] 8 |     pub fn new(handle: winapi::um::winnt::HANDLE) -> Self {
[INFO] [stdout]   |                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn handle(&self) -> winapi::um::winnt::HANDLE {
[INFO] [stdout]    |                                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:12:37
[INFO] [stdout]    |
[INFO] [stdout] 12 |     pub fn handle(&self) -> winapi::um::winnt::HANDLE {
[INFO] [stdout]    |                                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:20:21
[INFO] [stdout]    |
[INFO] [stdout] 20 |             winapi::um::handleapi::CloseHandle(self.handle);
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:20:21
[INFO] [stdout]    |
[INFO] [stdout] 20 |             winapi::um::handleapi::CloseHandle(self.handle);
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:31:29
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if unsafe { winapi::um::debugapi::DebugActiveProcess(pid) }
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:31:29
[INFO] [stdout]    |
[INFO] [stdout] 31 |         if unsafe { winapi::um::debugapi::DebugActiveProcess(pid) }
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |             == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:32:24
[INFO] [stdout]    |
[INFO] [stdout] 32 |             == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |             winapi::um::winbase::DebugSetProcessKillOnExit(winapi::shared::minwindef::FALSE)
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |             winapi::um::winbase::DebugSetProcessKillOnExit(winapi::shared::minwindef::FALSE)
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:39:68
[INFO] [stdout]    |
[INFO] [stdout] 39 |             winapi::um::winbase::DebugSetProcessKillOnExit(winapi::shared::minwindef::FALSE)
[INFO] [stdout]    |                                                                    ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:39:68
[INFO] [stdout]    |
[INFO] [stdout] 39 |             winapi::um::winbase::DebugSetProcessKillOnExit(winapi::shared::minwindef::FALSE)
[INFO] [stdout]    |                                                                    ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:40:22
[INFO] [stdout]    |
[INFO] [stdout] 40 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:51:33
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ) -> anyhow::Result<winapi::um::minwinbase::DEBUG_EVENT> {
[INFO] [stdout]    |                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:51:33
[INFO] [stdout]    |
[INFO] [stdout] 51 |     ) -> anyhow::Result<winapi::um::minwinbase::DEBUG_EVENT> {
[INFO] [stdout]    |                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |             .unwrap_or(winapi::um::winbase::INFINITE);
[INFO] [stdout]    |                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 |             .unwrap_or(winapi::um::winbase::INFINITE);
[INFO] [stdout]    |                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:57:29
[INFO] [stdout]    |
[INFO] [stdout] 57 |         if unsafe { winapi::um::debugapi::WaitForDebugEvent(event.as_mut_ptr(), timeout) }
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:57:29
[INFO] [stdout]    |
[INFO] [stdout] 57 |         if unsafe { winapi::um::debugapi::WaitForDebugEvent(event.as_mut_ptr(), timeout) }
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 58 |             == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:58:24
[INFO] [stdout]    |
[INFO] [stdout] 58 |             == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:66:49
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn continue_event(&self, event: winapi::um::minwinbase::DEBUG_EVENT) -> anyhow::Result<()> {
[INFO] [stdout]    |                                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:66:49
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn continue_event(&self, event: winapi::um::minwinbase::DEBUG_EVENT) -> anyhow::Result<()> {
[INFO] [stdout]    |                                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 |             winapi::um::debugapi::ContinueDebugEvent(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:68:21
[INFO] [stdout]    |
[INFO] [stdout] 68 |             winapi::um::debugapi::ContinueDebugEvent(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 winapi::um::winnt::DBG_CONTINUE,
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |                 winapi::um::winnt::DBG_CONTINUE,
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/debug.rs:73:22
[INFO] [stdout]    |
[INFO] [stdout] 73 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |             winapi::um::debugapi::DebugActiveProcessStop(self.pid);
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/debug.rs:85:21
[INFO] [stdout]    |
[INFO] [stdout] 85 |             winapi::um::debugapi::DebugActiveProcessStop(self.pid);
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/memory.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub info: winapi::um::winnt::MEMORY_BASIC_INFORMATION,
[INFO] [stdout]    |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/memory.rs:75:23
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub info: winapi::um::winnt::MEMORY_BASIC_INFORMATION,
[INFO] [stdout]    |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ctypes` in `winapi`
[INFO] [stdout]   --> src/progress.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |     handle: NonNull<winapi::ctypes::c_void>,
[INFO] [stdout]    |                             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ctypes` in `winapi`
[INFO] [stdout]   --> src/progress.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 |     handle: NonNull<winapi::ctypes::c_void>,
[INFO] [stdout]    |                             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |             winapi::um::processthreadsapi::OpenProcess(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:17:21
[INFO] [stdout]    |
[INFO] [stdout] 17 |             winapi::um::processthreadsapi::OpenProcess(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 |                 winapi::um::winnt::PROCESS_QUERY_INFORMATION
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:18:25
[INFO] [stdout]    |
[INFO] [stdout] 18 |                 winapi::um::winnt::PROCESS_QUERY_INFORMATION
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |                     | winapi::um::winnt::PROCESS_VM_READ
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 |                     | winapi::um::winnt::PROCESS_VM_READ
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 |                     | winapi::um::winnt::PROCESS_VM_WRITE
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:20:31
[INFO] [stdout]    |
[INFO] [stdout] 20 |                     | winapi::um::winnt::PROCESS_VM_WRITE
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 |                     | winapi::um::winnt::PROCESS_VM_OPERATION,
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:21:31
[INFO] [stdout]    |
[INFO] [stdout] 21 |                     | winapi::um::winnt::PROCESS_VM_OPERATION,
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |                 winapi::shared::minwindef::FALSE,
[INFO] [stdout]    |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:22:25
[INFO] [stdout]    |
[INFO] [stdout] 22 |                 winapi::shared::minwindef::FALSE,
[INFO] [stdout]    |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |             winapi::um::psapi::EnumProcessModules(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |             winapi::um::psapi::EnumProcessModules(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 size_of::<winapi::shared::minwindef::HMODULE>() as u32,
[INFO] [stdout]    |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:38:35
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 size_of::<winapi::shared::minwindef::HMODULE>() as u32,
[INFO] [stdout]    |                                   ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |             ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:40:26
[INFO] [stdout]    |
[INFO] [stdout] 40 |             ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |             winapi::um::psapi::GetModuleBaseNameW(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |             winapi::um::psapi::GetModuleBaseNameW(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:62:48
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn memory_region(&self) -> Vec<winapi::um::winnt::MEMORY_BASIC_INFORMATION> {
[INFO] [stdout]    |                                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:62:48
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn memory_region(&self) -> Vec<winapi::um::winnt::MEMORY_BASIC_INFORMATION> {
[INFO] [stdout]    |                                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:69:25
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 winapi::um::memoryapi::VirtualQueryEx(
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:69:25
[INFO] [stdout]    |
[INFO] [stdout] 69 |                 winapi::um::memoryapi::VirtualQueryEx(
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:73:39
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     size_of::<winapi::um::winnt::MEMORY_BASIC_INFORMATION>(),
[INFO] [stdout]    |                                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:73:39
[INFO] [stdout]    |
[INFO] [stdout] 73 |                     size_of::<winapi::um::winnt::MEMORY_BASIC_INFORMATION>(),
[INFO] [stdout]    |                                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |             winapi::um::memoryapi::ReadProcessMemory(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/progress.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |             winapi::um::memoryapi::ReadProcessMemory(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |             ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/progress.rs:95:26
[INFO] [stdout]    |
[INFO] [stdout] 95 |             ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                          ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |             winapi::um::memoryapi::WriteProcessMemory(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:109:21
[INFO] [stdout]     |
[INFO] [stdout] 109 |             winapi::um::memoryapi::WriteProcessMemory(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:116:22
[INFO] [stdout]     |
[INFO] [stdout] 116 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 |         regions: Vec<winapi::um::winnt::MEMORY_BASIC_INFORMATION>,
[INFO] [stdout]     |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:126:30
[INFO] [stdout]     |
[INFO] [stdout] 126 |         regions: Vec<winapi::um::winnt::MEMORY_BASIC_INFORMATION>,
[INFO] [stdout]     |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |             winapi::um::processthreadsapi::FlushInstructionCache(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:163:21
[INFO] [stdout]     |
[INFO] [stdout] 163 |             winapi::um::processthreadsapi::FlushInstructionCache(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:168:22
[INFO] [stdout]     |
[INFO] [stdout] 168 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:177:61
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const ENTRY_SIZE: u32 = std::mem::size_of::<winapi::um::tlhelp32::THREADENTRY32>() as u32;
[INFO] [stdout]     |                                                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:177:61
[INFO] [stdout]     |
[INFO] [stdout] 177 |         const ENTRY_SIZE: u32 = std::mem::size_of::<winapi::um::tlhelp32::THREADENTRY32>() as u32;
[INFO] [stdout]     |                                                             ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:179:45
[INFO] [stdout]     |
[INFO] [stdout] 179 |             4 * std::mem::size_of::<winapi::shared::minwindef::DWORD>() as u32;
[INFO] [stdout]     |                                             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:179:45
[INFO] [stdout]     |
[INFO] [stdout] 179 |             4 * std::mem::size_of::<winapi::shared::minwindef::DWORD>() as u32;
[INFO] [stdout]     |                                             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:182:21
[INFO] [stdout]     |
[INFO] [stdout] 182 |             winapi::um::tlhelp32::CreateToolhelp32Snapshot(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:182:21
[INFO] [stdout]     |
[INFO] [stdout] 182 |             winapi::um::tlhelp32::CreateToolhelp32Snapshot(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:183:25
[INFO] [stdout]     |
[INFO] [stdout] 183 |                 winapi::um::tlhelp32::TH32CS_SNAPTHREAD,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:183:25
[INFO] [stdout]     |
[INFO] [stdout] 183 |                 winapi::um::tlhelp32::TH32CS_SNAPTHREAD,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:187:30
[INFO] [stdout]     |
[INFO] [stdout] 187 |         if handle == winapi::um::handleapi::INVALID_HANDLE_VALUE {
[INFO] [stdout]     |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:187:30
[INFO] [stdout]     |
[INFO] [stdout] 187 |         if handle == winapi::um::handleapi::INVALID_HANDLE_VALUE {
[INFO] [stdout]     |                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:191:44
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut entry: MaybeUninit<winapi::um::tlhelp32::THREADENTRY32> = MaybeUninit::uninit();
[INFO] [stdout]     |                                            ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:191:44
[INFO] [stdout]     |
[INFO] [stdout] 191 |         let mut entry: MaybeUninit<winapi::um::tlhelp32::THREADENTRY32> = MaybeUninit::uninit();
[INFO] [stdout]     |                                            ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |             winapi::um::tlhelp32::Thread32First(tool.handle(), entry.as_mut_ptr())
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:197:21
[INFO] [stdout]     |
[INFO] [stdout] 197 |             winapi::um::tlhelp32::Thread32First(tool.handle(), entry.as_mut_ptr())
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:198:28
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:198:28
[INFO] [stdout]     |
[INFO] [stdout] 198 |                 == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:209:33
[INFO] [stdout]     |
[INFO] [stdout] 209 |             if unsafe { winapi::um::tlhelp32::Thread32Next(tool.handle(), &raw mut entry) }
[INFO] [stdout]     |                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:209:33
[INFO] [stdout]     |
[INFO] [stdout] 209 |             if unsafe { winapi::um::tlhelp32::Thread32Next(tool.handle(), &raw mut entry) }
[INFO] [stdout]     |                                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:210:28
[INFO] [stdout]     |
[INFO] [stdout] 210 |                 == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:210:28
[INFO] [stdout]     |
[INFO] [stdout] 210 |                 == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                            ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |             winapi::um::memoryapi::VirtualAllocEx(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:221:21
[INFO] [stdout]     |
[INFO] [stdout] 221 |             winapi::um::memoryapi::VirtualAllocEx(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:225:25
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 winapi::um::winnt::MEM_COMMIT | winapi::um::winnt::MEM_RESERVE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:225:25
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 winapi::um::winnt::MEM_COMMIT | winapi::um::winnt::MEM_RESERVE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:225:57
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 winapi::um::winnt::MEM_COMMIT | winapi::um::winnt::MEM_RESERVE,
[INFO] [stdout]     |                                                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:225:57
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 winapi::um::winnt::MEM_COMMIT | winapi::um::winnt::MEM_RESERVE,
[INFO] [stdout]     |                                                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |                 winapi::um::winnt::PAGE_EXECUTE_READWRITE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 |                 winapi::um::winnt::PAGE_EXECUTE_READWRITE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |             winapi::um::memoryapi::VirtualFreeEx(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:239:21
[INFO] [stdout]     |
[INFO] [stdout] 239 |             winapi::um::memoryapi::VirtualFreeEx(
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:243:25
[INFO] [stdout]     |
[INFO] [stdout] 243 |                 winapi::um::winnt::MEM_RELEASE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:243:25
[INFO] [stdout]     |
[INFO] [stdout] 243 |                 winapi::um::winnt::MEM_RELEASE,
[INFO] [stdout]     |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:245:22
[INFO] [stdout]     |
[INFO] [stdout] 245 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/progress.rs:245:22
[INFO] [stdout]     |
[INFO] [stdout] 245 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 |             winapi::um::handleapi::CloseHandle(self.handle.as_ptr());
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/progress.rs:257:21
[INFO] [stdout]     |
[INFO] [stdout] 257 |             winapi::um::handleapi::CloseHandle(self.handle.as_ptr());
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/scan.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |         info: winapi::um::winnt::MEMORY_BASIC_INFORMATION,
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/scan.rs:267:23
[INFO] [stdout]     |
[INFO] [stdout] 267 |         info: winapi::um::winnt::MEMORY_BASIC_INFORMATION,
[INFO] [stdout]     |                       ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ctypes` in `winapi`
[INFO] [stdout]  --> src/thread.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |     handle: NonNull<winapi::ctypes::c_void>,
[INFO] [stdout]   |                             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `ctypes` in `winapi`
[INFO] [stdout]  --> src/thread.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 |     handle: NonNull<winapi::ctypes::c_void>,
[INFO] [stdout]   |                             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct AlignedContext(winapi::um::winnt::CONTEXT);
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:33:31
[INFO] [stdout]    |
[INFO] [stdout] 33 | struct AlignedContext(winapi::um::winnt::CONTEXT);
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             winapi::um::processthreadsapi::OpenThread(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:38:21
[INFO] [stdout]    |
[INFO] [stdout] 38 |             winapi::um::processthreadsapi::OpenThread(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 winapi::um::winnt::THREAD_SUSPEND_RESUME
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:39:25
[INFO] [stdout]    |
[INFO] [stdout] 39 |                 winapi::um::winnt::THREAD_SUSPEND_RESUME
[INFO] [stdout]    |                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:40:31
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     | winapi::um::winnt::THREAD_GET_CONTEXT
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:40:31
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     | winapi::um::winnt::THREAD_GET_CONTEXT
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     | winapi::um::winnt::THREAD_SET_CONTEXT
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:41:31
[INFO] [stdout]    |
[INFO] [stdout] 41 |                     | winapi::um::winnt::THREAD_SET_CONTEXT
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     | winapi::um::winnt::THREAD_QUERY_INFORMATION,
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:42:31
[INFO] [stdout]    |
[INFO] [stdout] 42 |                     | winapi::um::winnt::THREAD_QUERY_INFORMATION,
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/thread.rs:43:25
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 winapi::shared::minwindef::FALSE,
[INFO] [stdout]    |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/thread.rs:43:25
[INFO] [stdout]    |
[INFO] [stdout] 43 |                 winapi::shared::minwindef::FALSE,
[INFO] [stdout]    |                         ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:57:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let ret = unsafe { winapi::um::processthreadsapi::SuspendThread(self.handle.as_ptr()) };
[INFO] [stdout]    |                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:57:36
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let ret = unsafe { winapi::um::processthreadsapi::SuspendThread(self.handle.as_ptr()) };
[INFO] [stdout]    |                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:66:36
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let ret = unsafe { winapi::um::processthreadsapi::ResumeThread(self.handle.as_ptr()) };
[INFO] [stdout]    |                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:66:36
[INFO] [stdout]    |
[INFO] [stdout] 66 |         let ret = unsafe { winapi::um::processthreadsapi::ResumeThread(self.handle.as_ptr()) };
[INFO] [stdout]    |                                    ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:74:57
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_context(&self) -> anyhow::Result<winapi::um::winnt::CONTEXT> {
[INFO] [stdout]    |                                                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:74:57
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn get_context(&self) -> anyhow::Result<winapi::um::winnt::CONTEXT> {
[INFO] [stdout]    |                                                         ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:79:42
[INFO] [stdout]    |
[INFO] [stdout] 79 |         context.0.ContextFlags = winapi::um::winnt::CONTEXT_ALL;
[INFO] [stdout]    |                                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:79:42
[INFO] [stdout]    |
[INFO] [stdout] 79 |         context.0.ContextFlags = winapi::um::winnt::CONTEXT_ALL;
[INFO] [stdout]    |                                          ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |             winapi::um::processthreadsapi::GetThreadContext(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:81:21
[INFO] [stdout]    |
[INFO] [stdout] 81 |             winapi::um::processthreadsapi::GetThreadContext(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/thread.rs:85:22
[INFO] [stdout]    |
[INFO] [stdout] 85 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/thread.rs:85:22
[INFO] [stdout]    |
[INFO] [stdout] 85 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:93:48
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn set_context(&self, context: winapi::um::winnt::CONTEXT) -> anyhow::Result<()> {
[INFO] [stdout]    |                                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:93:48
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn set_context(&self, context: winapi::um::winnt::CONTEXT) -> anyhow::Result<()> {
[INFO] [stdout]    |                                                ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 |             winapi::um::processthreadsapi::SetThreadContext(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/thread.rs:96:21
[INFO] [stdout]    |
[INFO] [stdout] 96 |             winapi::um::processthreadsapi::SetThreadContext(
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/thread.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]    --> src/thread.rs:100:22
[INFO] [stdout]     |
[INFO] [stdout] 100 |         } == winapi::shared::minwindef::FALSE
[INFO] [stdout]     |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/thread.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |             winapi::um::handleapi::CloseHandle(self.handle.as_ptr());
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/thread.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |             winapi::um::handleapi::CloseHandle(self.handle.as_ptr());
[INFO] [stdout]     |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |         winapi::um::psapi::EnumProcesses(
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:72:17
[INFO] [stdout]    |
[INFO] [stdout] 72 |         winapi::um::psapi::EnumProcesses(
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/main.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |         ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `shared` in `winapi`
[INFO] [stdout]   --> src/main.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |         ) == winapi::shared::minwindef::FALSE
[INFO] [stdout]    |                      ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:87:24
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let mask = winapi::um::winnt::PAGE_EXECUTE_READWRITE
[INFO] [stdout]    |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:87:24
[INFO] [stdout]    |
[INFO] [stdout] 87 |     let mask = winapi::um::winnt::PAGE_EXECUTE_READWRITE
[INFO] [stdout]    |                        ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |         | winapi::um::winnt::PAGE_EXECUTE_WRITECOPY
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:88:19
[INFO] [stdout]    |
[INFO] [stdout] 88 |         | winapi::um::winnt::PAGE_EXECUTE_WRITECOPY
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |         | winapi::um::winnt::PAGE_READWRITE
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:90:19
[INFO] [stdout]    |
[INFO] [stdout] 90 |         | winapi::um::winnt::PAGE_WRITECOPY;
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:89:19
[INFO] [stdout]    |
[INFO] [stdout] 89 |         | winapi::um::winnt::PAGE_READWRITE
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]   --> src/main.rs:90:19
[INFO] [stdout]    |
[INFO] [stdout] 90 |         | winapi::um::winnt::PAGE_WRITECOPY;
[INFO] [stdout]    |                   ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:273:46
[INFO] [stdout]     |
[INFO] [stdout] 273 |         if event.dwDebugEventCode == winapi::um::minwinbase::EXCEPTION_DEBUG_EVENT {
[INFO] [stdout]     |                                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:273:46
[INFO] [stdout]     |
[INFO] [stdout] 273 |         if event.dwDebugEventCode == winapi::um::minwinbase::EXCEPTION_DEBUG_EVENT {
[INFO] [stdout]     |                                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:275:62
[INFO] [stdout]     |
[INFO] [stdout] 275 |             if info.ExceptionRecord.ExceptionCode == winapi::um::minwinbase::EXCEPTION_SINGLE_STEP {
[INFO] [stdout]     |                                                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:275:62
[INFO] [stdout]     |
[INFO] [stdout] 275 |             if info.ExceptionRecord.ExceptionCode == winapi::um::minwinbase::EXCEPTION_SINGLE_STEP {
[INFO] [stdout]     |                                                              ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:369:61
[INFO] [stdout]     |
[INFO] [stdout] 369 | ...                   (region.State & winapi::um::winnt::MEM_FREE) != 0
[INFO] [stdout]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find `um` in `winapi`
[INFO] [stdout]    --> src/main.rs:369:61
[INFO] [stdout]     |
[INFO] [stdout] 369 | ...                   (region.State & winapi::um::winnt::MEM_FREE) != 0
[INFO] [stdout]     |                                               ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-ce` (bin "rust-ce") due to 86 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rust-ce` (bin "rust-ce" test) due to 86 previous errors
[INFO] running `Command { std: "docker" "inspect" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba", kill_on_drop: false }`
[INFO] [stdout] dbe51f5987eff5f3c0b0b225aa2b3ba8dcd4cb987e7c466b5d99aa4e93f0a7ba
